Plumb the "start_paused" flag through for VM.start and VM.resume. Do not
authorEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 17:28:43 +0000 (17:28 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 17:28:43 +0000 (17:28 +0000)
commit592da6d9ee0d529d968c04e044ffb483ca3a34f2
treed106cae2d88a4b6278bace57f5dd42a99f4e5b35
parentb2cb3ada56c99c622d9ffb4e53b371e8112deb78
Plumb the "start_paused" flag through for VM.start and VM.resume.  Do not
unpause the VM on start by default.  This should fix problems seen recently
whereby devices are not attached to the VM by the time they boot, as
xm create was expecting to be able to wait for the devices before unpausing.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/main.py